home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / ArfNewsBP1.lha / bin / nntpput.readme < prev    next >
Text File  |  1995-07-27  |  2KB  |  51 lines

  1. Short:  NNTP posting client for AS225
  2. Author: Michael van Elst (mlelstv@serpens.rhein.de)
  3.  
  4. nntppost is a NNTP (Net News Transfer Protocol) client that sends
  5. articles to a remote NNTP server. It was written for AS225R2 but seems
  6. to work fine with AmiTCP and the faked socket.library done by Henning
  7. Schmiedehausen (also on Aminet).
  8.  
  9. There are two different method to feed articles into an NNTP news server.
  10. You can be a NNTP user agent (news reader) that generates new articles,
  11. the NNTP server will tag the message with a unique message id and transports
  12. within a distribution area. You can also be a NNTP server yourself that
  13. relays messages from news readers or other servers. These messages are
  14. transmitted unchanged. Most NNTP servers restrict server access to a well
  15. known set of feeds while most hosts in the same organization can originate
  16. articles as a user agent.
  17.  
  18. Usage:
  19.  
  20. > nntpput ?
  21. ARTICLES/A,AGAINLIST/K,NNTPSERVER/K/A,SLAVE/S,CPS/K/N: 
  22.  
  23.   ARTICLES         list of article file names (usually a 'togo'-file from a
  24.                    C-News database). There is one file name per line, names
  25.                    are treated as is, e.g. you either need absolute pathes
  26.                    or start nntpput from the spool directory. Lines that
  27.                    start with a '#' are ignored.
  28.  
  29.   AGAINLIST        a list of article file names of those articles that couldn't
  30.                    be transferred. Rejected articles are preceded with a
  31.                    comment that shows the numeric NNTP response code. You
  32.                    can use this file as an ARTICLES file, but rejected
  33.                    articles will probably be rejected again.
  34.  
  35.   NNTPSERVER       the name or IP number of your NNTP server machine
  36.  
  37.   SLAVE            send data as a slave NNTP server using the IHAVE command.
  38.                    Without SLAVE nntpget will use the POST command.
  39.  
  40.   CPS num          bandwidth limitation. nntpget tries to keep traffic below
  41.                    the given characters per second. This can only be an average
  42.                    since there are bursts of at least one TCP segment which
  43.                    are under control of the TCP protocol stack.
  44.                    The bandwidth is just limited for article transfers and not
  45.                    for the initial transfer of article MsgIDs but which is short.
  46.  
  47. While running nntpput will show you (part of) the NNTP traffic on stdout as well
  48. as the average transfer rate.
  49.  
  50. Michael van Elst
  51.